Linked token represents a customer’s authorization to access a particular channel. A customer object is needed to proceed with account linking.
customer_id.
Upon receipt of the successful response, the merchant must redirect the customer to the authorizer_url
to display the selected channel’s own authorization page.
Upon completion of authorization (success or fail), Xendit will do the following:
Redirect the user to the provided success_redirect_url
or fail_redirect_url based on the status.
linked_account_token_id
will be included as a query parameter on the success_redirect_url
; use this to query accessible accounts by the token.For successful bank account linking, Xendit sends an object with the list of accounts via POST to the given callback_url