url : https://api-tpaypapi.stg.tvlk-pay.com/api/v1/topup/request
body : {
"data": {
"profileId": 1,
"currency": "IDR",
"amount" : 78000,
"paymentMethod" : "BANK_TRANSFER",
"paymentProvider" : "bca",
"callbackUrl" : "test"
},
"fields": []
}
return : {
"errorType": "BAD_REQUEST",
"userErrorMessage": "We are very sorry, we are currently experiencing difficulties. Please try again later.",
"errorMessage": "Invalid field: context - Error: Field should not null. violating Not nullable restriction \nInvalid field: clientInterface - Error: Field should not null. violating Not nullable restriction \n"
}