E-Wallet Transfer API

The following endpoint to submit e-wallet transfer pay outs

Body Params
string
required

Unique transaction identifier on merchant system which assigned to each transaction

string

The name of the recipient.

string
required

The account number of the recipient. *Supported format: (628...) OR (08...)

amount
object
required

JSON object with keys: value and currency. Example: {"value": "20000.00", "currency": "IDR"}

string

Transaction date in ISO8601 format. Example: 2019-07-03T12:08:56-07:00

additionalInfo
object
required

JSON object with keys: platformCode (bank code of the e-wallet), deviceId, channel and senderInformation. example: {"platformCode": "gopay", "deviceId": "1234567", "channel": "mobilephone"}

Headers
string
required

Indicates the media type of the resource. value: application/json

string
required

Timestamp in ISO8601 format, Example: 2024-05-14T18:54:57+07:00

string

Represents Access Token (B2B) of a request; string starts with keyword “Bearer ” followed by Access Token (B2B)

string
required

Signature generated by encrypting HTTP method, relative path, access token, minified request body, and timestamp

string
required

Unique ID for a partner given by Durianpay upon completing registration. Its value is same as the X-CLIENT-KEY

string
required

Unique messaging reference identifier generated by merchant and should be unique within the same day

string
required

Device identification on which the API services is currently being accessed by the merchant. Possible value: 95221

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain