Payout

A comprehensive testing strategy is crucial to ensure the successful integration of SmartpayGenie into your application. Here are some key testing types:

Request payout

Endpoint:

https://api.smartpaygenie.com/payout

Method:

‘ POST ’

Request parameters

Parameter

recipient_account_no

recipient_bank_code

amount

currency

reference

metadata

Type

String

String

Number

String

String

Object

Description

Recipient's account number

Recipient's bank code

Amount to be paid out

ISO 4217 currency code

Optional reference for the payout

Additional metadata (optional)

Required

Yes

Yes

Yes

Yes

No

No

Request payload

JSON



{ 
  "recipient_account_no": "1234567890", 
  "recipient_bank_code": "045", 
  "amount": 100.00, 
   "currency": "USD", 
}

Response

200 - OK successful response


{ 
  "id": "payout_id", 
  "status": "pending", 
  "amount": 100.00, 
  "currency": "USD", 
  "recipient_account_number": "1234567890", 
  "recipient_bank_code": "BANKCODE", 
  "reference": "Payment for Order #123", 
  "created_at": "2023-11-22T13:37:20Z" 
}

Supports

If you encounter any issues or have questions, please feel free to contact our dedicated support team.

We are committed to providing you with the best possible experience and support.