Payout Proof
How to get proof of payout
Get proof of payout.
POST https://sandbox.transfersmile.com/api/payout/voucher
Headers
Name
Type
Description
Content-Type*
String
application/json; chartset=UTF-8
AppId*
String
Your App ID in payout platform
Authorization*
String
SHA256($sorted_params + $app_key)
Request Body
Name
Type
Description
transaction_id*
string
pagsmile transaction id or payout_id required.
timestamp*
Integer
unix timestamp, e.g. 1628512575
{
"code": 200,
"msg": "success",
"data": {
"url": "https://bucket-temp.s3.us-west-1.amazonaws.com/****/voucher.pdf",
}
}{
"code": 4001000,
"msg": "invalid parameter",
"time": 1642078510,
"data": {
"err": "request has expired"
}
}Example
Last updated
Was this helpful?