...
Code Block |
---|
... else if(isPaymentLink(applePay){ this.createPaymentLink() } else { ... } |
Paycomet request example:
Code Block |
---|
{
"operationType": 1,
"terminal": xxxx,
"language": "es",
"payment": {
"order": "test-order-id",
"amount": "220",
"currency": "EUR",
"terminal": xxxx,
"secure": 1,
"urlOk": "https://httpbin.org/get",
"urlKo": "https://httpbin.org/get"
}
} |
Tests
Sandbox Account
Creating sandbox account
...