Send Remittance
1.10 Send Remittance
Sends remittance to the given member's wallet.
Request
Method | URL |
POST | /wallet/v1/remittances/send |
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