Skip to content

Commit fd335cc

Browse files
committed
chore: updated ASE related language
1 parent f97d6d6 commit fd335cc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Simple Rafiki Integration Guide'
3-
description: 'A short developer guide for integrating your Account Servicing Entity (ASE) with Rafiki.'
3+
description: 'A short developer guide for integrating an Account Servicing Entity (ASE) with Rafiki.'
44
date: 2026-03-26
55
slug: simple-rafiki-integration-guide
66
authors:
@@ -17,18 +17,18 @@ tags:
1717

1818
import LargeImg from '/src/components/blog/LargeImg.astro'
1919

20-
In this guide, we provide you, a developer who's starting to integrate Rafiki into your ASE (Account Servicing Entity), a simple walkthrough for how to make your first payment using Rafiki.
21-
Here, we will introduce simple concepts, and the necessary APIs & webhook events to complete a payment between a sender and receiver in your ASE.
20+
In this guide, we provide you, a developer who's starting to integrate Rafiki with your ASE (Account Servicing Entity), a simple walkthrough for how to make your first payment using Rafiki.
21+
Here, we will introduce simple concepts, and the necessary APIs & webhook events to complete a payment between a sender and receiver at the ASE.
2222

2323
While we have detailed [documentation](https://rafiki.dev), we understand that this may be overwhelming for someone new in the ecosystem, so this guide will be a good starting point in the journey of adapting Interledger technologies.
2424

2525
First of all, let's see what an ASE is responsible for, in comparison to what Rafiki takes care of.
2626

27-
## ASE and Rafiki responsibilities
27+
## Comparing responsibilities
2828

2929
<LargeImg
3030
src="/developers/img/blog/2026-03-26/responsibilites.png"
31-
alt="Overview of responsibilities between ASE and Rafiki"
31+
alt="Overview of responsibilities between an ASE and Rafiki"
3232
/>
3333

3434
## Open Payments and ILP
@@ -70,7 +70,7 @@ Currently, Rafiki is made up of three software components:
7070

7171
#### Admin API
7272

73-
As an ASE, the main entrypoint into the Rafiki system will be through the Admin API. This is a GraphQL API.
73+
The main entrypoint into the Rafiki system will be through the Admin API. This is a GraphQL API.
7474

7575
### Integration steps
7676

0 commit comments

Comments
 (0)