Outbound Payments
POSThttps://api.algbralabs.com/v1/partner/payments/external
Header parameters
Body
sourceAccountId*string (uuid)
destinationCounterparty*PartnerPaymentCounterpartyPayload (object)
idempotencyKey*string (uuid)
amount*number
Amount in hundreds, ie. for £1.2 enter 120
129
Response
Returns payment id to be used in the next step
Body
sourceAccountId*string (uuid)
destinationAccountId*string (uuid)
idempotencyKey*string (uuid)
amount*number
Amount in hundreds, ie. for £1.2 enter 120
129
paymentId*string (uuid)
Request
Response
Last updated