5 - Confirm payment reception => set order status to "Confirmed"
POST {{base_url_servicing}}/subscriptions/{{subscription_id}}/tokens/{{token_id}}/investor-orders/d91e42d2-36a0-45cf-9569-dc7296327d27/confirm
Confirm payment
This endpoint will set the order to staus: Confirmed
Upon FIAT manual reconciliation by the agent, the issuers’ agent should confirm reception of the payment order.
Crytpo payment can be automatically confirmed by our blockchain scanners.
This is an agent endpoint - make sure to input an agent bearer in the header.
- “exchangeRateType” possible value include: “MANUAL”, “ATCREATION”, “ATPAYMENT”
exchangeRate
= 1
Request Body
{"confirmedPaymentAmount"=>"4444", "exchangeRateType"=>"MANUAL", "exchangeRate"=>"1"}
RESPONSES
status: OK