Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. curl -X POST --header 'Content-Type: text/xml' --header 'Accept: */*' --header 'X-Wallet-Merchant-Id: blibli.com' --header 'X-Wallet-Merchant-Privileges: 1' -d '<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <env:Body> <n1:InputListTransactionB2C xmlns:n1="http://www.gdn.com/KlikBCA"> <n1:merchantCode>K575</n1:merchantCode> <n1:userId>TEST123</n1:userId> <n1:additionalData xsi:nil="true"></n1:additionalData> </n1:InputListTransactionB2C> </env:Body></env:Envelope>' 'http://paymentapp-01.qa1-wallet.lokal:8080/bank-api/bca_klikbca/blibli.com'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement