Testing credits
Generate credits for testing purposes
Generate a credit (inbound payment) to a budget in sandbox.
This endpoint is for testing purposes only and won't work in production.
post/budgets/generate-credit
Query parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
Request body
Example request
{
"thirdPartyReference": "1e3f1734-6f7a-17e5-ae22-11cd18757ef4",
"budgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
"orderId": "string",
"accountIdentifier": "string",
"settlementPriceAmount": "string",
"settlementPriceCurrency": "USD",
"remittersName": "William Walker",
"reference": "REF-123-456",
"bankIdentifier": "string",
"remittersAddress": "41 Middle Street, Enfield, EN1 3JY",
"beneficiaryName": "John Smith",
"institutionName": "string",
"institutionAddress": "string",
"schemeName": "FasterPayment"
}Response
OK
object required
Example response
{}