Recurring - Auto-debit Shopper Wallet

Use this endpoint to auto-debit the Shopper wallet of users who have authorized consent.

POST {{BASE_URL}}/partner/shopper_connect/debit_shopper/

Pass the connect_ref & connect_code values in the header request. See the sample header request below

ParameterTypeDescriptionRequired

pay_amount

number

The amount the customer is required to pay

true

pay_currency

string

Currency code (ISO 4217)

true

country_code

string

ISO 3166-1 alpha-2 code

true

{
     'Authorization': 'Bearer xhscIjHgpm2ZiPjzKos4ivl4GhyZp5',
     'Content-Type': 'application/json',
     'moni-signature': 'wed332eeddrdbdbdbdbvdvdvdvvsbsvsd',
     'connect_ref': 'BCN-K5ZWCD7ZPTTF49GAYB2AMZWVGT3',
     'connect_code': '1dp8GaKTSgx9xEEpGQOG_4b3CYyzBxpsMU-Ctxk-'
 }

Last updated