Skip to content

Sender - basic payment flow

Use the operations in the RippleNet Orchestration API to integrate the RippleNet basic payment flow 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:

RippleNet Orchestration API

Orchestration payments

Use these operations to work with payments in the basic payment flow.

OperationMethodDescription
Create orchestration paymentPOSTCreate a payment using basic payment flow.
Get orchestration paymentsGETGet all payments initiated using basic payment flow.
Get orchestration paymentGETGet a payment by unique reference number.
Accept orchestration paymentPOSTAccept a payment by customer end-to-end ID.

Orchestration payment notifications

Use these operations to get notifications about payments initiated using the basic payment flow.

OperationMethodDescription
Get orchestration payment notificationsGETGet notifications that have a given notification status.
Get orchestration payment notification by UUIDGETGet a given payment notification with specified UUID.
Acknowledge orchestration payment notification by UUIDPUTAcknowledge a notification with a specified UUID.
Acknowledge orchestration payment notificationsPUTAcknowledge multiple notifications using a group of UUIDs.

Orchestration payment actions

Use this operation to perform various webhook-enabled actions on payments.

OperationMethodDescription
Send orchestration payment actionPOSTGet notifications that have a given notification status.