Sending Payments
Trigger payment from a FBO account
This endpoint should only be used for when your account is configured for FBO payments. It triggers funding a quote from your FBO account to initiate payment.
post/fbo/confirm/{quoteId}
Path parameters
quoteIdstring required
ID of the quote to pay from FBO
Response
Payment successful. This updates the transaction to PROCESSING.
Example response
{
"id": "Transaction:019542f5-b3e7-1d02-0000-000000000004",
"senderUmaAddress": "$sender@external.domain",
"receiverUmaAddress": "$recipient@uma.domain",
"userId": "User:019542f5-b3e7-1d02-0000-000000000001",
"platformUserId": "18d3e5f7b4a9c2",
"settledAt": "2023-08-15T14:30:00Z",
"createdAt": "2023-08-15T14:25:18Z",
"description": "Payment for invoice #1234",
"counterpartyInformation": {
"FULL_NAME": "John Sender",
"BIRTH_DATE": "1985-06-15",
"NATIONALITY": "DE"
}
}