Skip to content

Commit 103f59b

Browse files
committed
chore: updated ASE related language
1 parent b5167e1 commit 103f59b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/blog/2026-03-26-rafiki-integrator-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ Second, you will need to create a quote for a sender's wallet address using the
9696

9797
##### 3. Creating an outgoing payment
9898

99-
Third, you will create an outgoing payment for the sender's wallet address using the [Admin API's `createOutgoingPayment`](https://rafiki.dev/apis/graphql/backend/#mutation-createOutgoingPayment). This will be the operation to actually start the payment. At this point, you as the ASE will need to fund/approve the outgoing payment before it gets sent.
99+
Third, you will create an outgoing payment for the sender's wallet address using the [Admin API's `createOutgoingPayment`](https://rafiki.dev/apis/graphql/backend/#mutation-createOutgoingPayment). This will be the operation to actually start the payment. At this point, the ASE will need to fund/approve the outgoing payment before it gets sent.
100100

101101
##### Webhook request handling
102102

103-
When operating Rafiki, you as the ASE will be notified about events that happen in the system, e.g. an incoming payment was created or expired. Some of these events are actionable, for example, the outgoing payment created event. When an outgoing payment is created, you as the ASE will need to:
103+
When operating Rafiki, the ASE will be notified about events that happen in the system, e.g. an incoming payment was created or expired. Some of these events are actionable, for example, the outgoing payment created event. When an outgoing payment is created, the ASE will need to:
104104

105105
1. Check that the user account (for the linked wallet address) is active
106106
2. Check that the user account has enough balance to make the payment

0 commit comments

Comments
 (0)