Collection Pricing
This endpoint can be used to determine the collection charge per collection channel. Also if you want to pass the charges onto the customer, this endpoint will help you determine the amount.
POST {{BASE_URL}}/partner/info/collection_pricing/
Collection channels
Parameter
Type
Description
Required
pay_method
string
Select an option from the list above
true
pay_currency
string
Currency code (ISO 4217)
true
pay_amount
string
The amount the customer is expected to pay or amount merchant is expecting from the customer
true
coin_type
string
Required if pay_method is crypto
false
Last updated