Generate a credit (inbound payment) to a budget in sandbox.
This endpoint is for testing purposes only and won't work in production.
Body
OK
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Unable to process the request
Too Many Requests
Internal Server Error
curl -i -X POST 'https://api-sandbox.equalsmoney.com/v2/budgets/generate-credit?accountId=F50072' -H 'Authorization: YOUR_API_KEY_HERE' -H 'Content-Type: application/json' -d '{ "thirdPartyReference": "1e3f1734-6f7a-17e5-ae22-11cd18757ef4", "budgetId": "fcf1d230-a9d0-4836-9e20-f98f3396e01b", "settlementPriceAmount": "200", "settlementPriceCurrency": "GBP", "orderId": "b3e1eced-f2bd-4d8c-9765-fbc9d1d222d5", "remittersName": "William Walker", "reference": "REF-123-456", "bankIdentifier": "0123", "remittersAddress": "41 Middle Street, Enfield, EN1 3JY", "beneficiaryName": "John Smith", "institutionName": "ACME", "institutionAddress": "32 Marlborough Street, London, N9 7QD", "schemeName": "FasterPayment" }'
{ }