1.12 Retrieve Remittance

Request

Method

URL

POST

/wallet/v1/remittances/{id}

Response

Status

Response

200

{

"data": {

"id": 1,

"createdDate": "2024-01-17T12:34:56",

"status": "ACTIVE",

"price": 50,

"currency": "USD",

"memberId": 123,

"remittanceType": "SEND",

"remittanceReasonType": "GIFT",

"description": "Happy Birthday!"

}

}

403

400

400

401

401

500

Last updated