POST
/
payout
/
v1
/
createCashgram

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Body

application/json
amount
number
required

Amount to be transferred, >= 1.00

cashgramId
string
required

Unique Id of the Cashgram. Alphanumeric, underscore (_), and hyphen (-) allowed (35 character limit)

Date to expire the cashgram link, Date format YYYY/MM/DD, maximum 30 days from the date of creation.

name
string
required

Name of the contact

phone
string
required

Phone number of the contact

email
string

Email of the contact

notifyCustomer
boolean

If value is 1, a link is sent to customers phone and email.

remarks
string

Specify remarks, if any.

Response

200 - application/json
data
object
message
string
status
string
subCode
string