added
Endpoint update for mock deposit
7 months ago by Mariam AbdulGaniyu
The mock deposit endpoint has been updated from {{base_url}}/api/v1/payments/mock
and changed to {{base_url}}/api/v1/payments/mocks/customer-deposit
Payload remains the same. Example:
{
"customer_id": "3a73d3c1-79f3-457d-ad88-5ce3089197174",
"currency": "GBP",
"amount": 400000
}
We have also added new endpoints that allows our customers mock local/Fx deposits as well as process these deposits, Visit the API reference to test these endpoints
{
"deposit_id": "9d58cab0-acb6-4159-b100-007540f65f3d",
"deposit_type": "local" // or, fx
}