Receiver payment flow
Use the orchestration API operations to integrate RippleNet into your payment system. These API operations also let you use webhooks to receive notifications about changes to the status of your RippleNet payments.
For more information, see:
Orchestration API operations
The API operations for orchestration payments fall into three main categories.
Orchestration payments
Use these operations to work with orchestration payments.
Operation | Method | Description |
---|---|---|
Get orchestration payments | GET | Get all orchestration payments. |
Get orchestration payment | GET | Get an orchestration payment by unique reference number. |
Return orchestration payment | POST | For fiat payments only Return an orchestration payment by customer end-to-end ID. |
Reverse orchestration payment | POST | For fiat payments only Reverse an orchestration payment by customer end-to-end ID. |
Orchestration payment notifications
Use these operations to get notifications about payments initiated using the orchestration payment flow.
Operation | Method | Description |
---|---|---|
Get orchestration notifications by status | GET | Get notifications that have a given notification status. |
Get orchestration notification | GET | Get a given payment notification with specified UUID. |
Acknowledge orchestration notification | PUT | Acknowledge a notification with a specified UUID. |
Acknowledge orchestration notifications | PUT | Acknowledge multiple notifications using a group of UUIDs. |
Orchestration payment actions
Use this operation to perform various webhook-enabled actions on payments.
Operation | Method | Description |
---|---|---|
Post action to orchestration payment | POST | Post action into the orchestration service. |