👉Basic use case
End-to-end process to make your first payment
Please follow these steps to make your first transfer in Pre-prod.
Finish integration steps for the Pre-prod environment.
Request a DCM employee to create identifiers for the identification entity.
Create a customer: store their GUID (guid1).
Get the list of accounts and store the identification entity GUID (guid0).
Create a transfer request with
sender_id = guid0
receiver_id = guid1
amount = {your_value}
Store the transfer GUID.
Confirm the transfer.
Check transfer history.
🎉Congrats! Your first transfer is done!
Last updated