post
/v2/payment/wallet-partner/sale
Request for payment through wallets via partners payment method
Request Body
Schema
general
object
Object that contains general request details
required
customer
object
Object that contains full customer details
required
payment
object
Object that contains payment details
required
return_url
object
Object that contains the URLs to which customer is redirected while or after payment performing
interface_type
object
Object that contains payment source details
receipt_data
object
Object that contains details to be sent to customer in receipt after payment performing
callback
object
Object that contains additional callback sending conditions
Responses
OK
Schema
status
string
Request registration status
1 validation + required
request_id
string
Identifier of the request in the payment platform
1 validation + required
project_id
integer
Identifier of merchant project received from ECommPay
required
payment_id
string
Identifier of the payment, must be unique within project. Any letters, digits, and symbols in UTF-8 encoding can be used
1 validation + required
Send a Test Request
POST
Send requests directly from the browser (CORS must be enabled)
$$.env
No $$.env variables are being used in this request.