Skip to main content
POST
Create Paystack Transfer Recipient
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Endpoint: /integrations/paystack/recipients Authorization:
  • Required role: user or higher
Method: POST

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
name
string
required
Example:

"Jane Doe"

account_number
string
required
Example:

"0123456789"

bank_code
string
required
Example:

"058"

type
enum<string>
default:nuban
Available options:
nuban,
bop,
mobile_money
currency
string
default:NGN
Example:

"NGN"

Response

Transfer recipient created successfully

status
boolean
message
string
data
object