{
"client": {
"id": "{{client_id}}"
},
"order": {
"invoice_number":"INV-20210303-00123",
"amount": 15000
},
"ovo_info": {
"ovo_id":"081211111111"
},
"security":{
"check_sum":"{{check_sum}}"
}
}
curl --location --request POST '/ovo-emoney/v1/payment' \
--header 'Authorization: Basic YWRtaW46cGFzc3dvcmQ=' \
--header 'Content-Type: application/json' \
--data-raw '{
"client": {
"id": "{{client_id}}"
},
"order": {
"invoice_number":"INV-20210303-00123",
"amount": 15000
},
"ovo_info": {
"ovo_id":"081211111111"
},
"security":{
"check_sum":"{{check_sum}}"
}
}'
{}