2.a) Hosted Payment Page

In order to complete the payment transaction, the card information of the buyer must be sent. It can be done by using the Hosted Payment Page

To complete the payment transaction, the buyer’s card information must be sent. It can be done by using the Hosted Payment Page or API’s HTTP Post method. It is sufficient to use only one of these two different methods. This section explains sending card information via Hosted Payment Page. If your request to Create a Payment Transaction is successful, then you can use the address in the returnUrl parameter in the incoming response to redirect the buyer to the page where he can enter the card information.

{
    "status" : "return_url",
    
    "message" : "Redirect 3D",
    
    "returnUrl" : "https://api.paym.es/payment/fbe04621-ee39-451b-a694-09a6fed22809",
    
    "paymesOrderId" : "fbe04621-ee39-451b-a694-09a6fed22809"
}

Last updated