Receiving Money
Recurring Payins
-
Create a Customer
-
Create a Payin Source
-
Redirect the customer
The Payin Source
has an attribute authUrl
. The customer will authenticate and then authorize you to debit from their account. When the customer completes the auth flow, Palomma will redirect the user back to the redirectUrl
you provided when creating the Payin Source
.
- Wait for webhook notification
Palomma will send a webhook event confirming when the Payin Source
is active.
- Create a Payin Request
You only need steps 1-4 for the first payin. Future payins can use the same
Payin Source
.
- Wait for webhook notification
Palomma will send a webhook event notifying you when the Payin Request
changes status
.