v1

latestOpenAPI 3.0.02026-08-06102185472.3 KB
Orchestration payments

Accept orchestration payment

Accepts the orchestration payment with customer end-to-end ID and Quote ID.

post/v4/orchestration/payment/accept

Request body

sender_end_to_end_idstring required

Unique ID that the sender can specify.

Persisted on all instances that participate in the payment.

internal_idstring

Internal ID that the sender can optionally specify. Only visible to the sender. Only the sending RippleNet instance stores this ID.

quote_idstring uuid required

ID of the quote to accept and continue as a payment.

orchestration_templatestring

Parameter for the orchestration template name.

If you don't provide a template, a default template will be picked.

user_infoobject required

provide one or more arbitrary key/value pairs.

Example request

{
  "quote_id": "5492648d-2132-4e70-9ded-2fc86f22b321"
}

Response

Successfully accepted orchestration payment.

sender_end_to_end_idstring

Sender end-to-end ID.

Example response

{
  "sender_end_to_end_id": "00310000015"
}