3ds Callback
3ds Callback.
Request
Request header:
GET https://api.ipaymy.com/v2/webhook/3ds
Host: api.ipaymy.com
Accept: application/json
Params:
client_secret:
- Type: string
source:
- Type: string
threeds_token:
- Type: string
threeds_transaction_id:
- Type: string
wp_frictionless:
- Type: string
pt:
- Type: string
tid:
- Type: string
Response
Response body:
{
"data": "",
"error": 0
}
Response codes:
- 200: Good stuff, and the response body should be easy to parse.
- 422: Typically malformed JSON, such as an integer in place of the required alphanumeric string, or a missing key. Check the response body for further details.